-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor NMODL integration. #3150
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3150 +/- ##
=======================================
Coverage 67.11% 67.11%
=======================================
Files 571 571
Lines 111318 111318
=======================================
Hits 74714 74714
Misses 36604 36604 ☔ View full report in Codecov by Sentry. |
✔️ bc472bb -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
bc472bb
to
ae60fb1
Compare
✔️ ae60fb1 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
ae60fb1
to
139f7da
Compare
✔️ 139f7da -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
✔️ 119e918 -> Azure artifacts URL |
Moves the logic for including NMODL to the top-level
CMakeLists.txt
. Next it removes the ability to "find" NMODL. Instead it will unconditionally use the version found in the submodule.Developers can inject a custom version by either:
nrnivmodl -nmodl $(which nmodl)
.